home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / Printer Drivers / LW 8 v1.0.1 / LaserWriter 8.0 Disk 2 / Printing Tools / Printer Descriptions / LaserWriter Plus v42.2 < prev    next >
Encoding:
PostScript Printer Description  |  1993-04-30  |  10.8 KB  |  322 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.0"
  2. *FormatVersion: "4.0"
  3. *FileVersion: "3.4"
  4. *PCFileName: "APPLE422.PPD"
  5. *LanguageVersion: English
  6. *Product: "(LaserWriter Plus)"
  7. *PSVersion: "(42.2) 3"
  8. *ModelName: "Apple LaserWriter Plus v42.2"
  9. *NickName: "Apple LaserWriter Plus v42.2"
  10.  
  11. *% General Information and Defaults ===============
  12. *ColorDevice: False
  13. *DefaultColorSpace: Gray
  14. *FreeVM: "172414"
  15. *LanguageLevel: "1"
  16. *VariablePaperSize: False
  17. *FileSystem: False
  18. *Throughput: "8"
  19. *Password: "0"
  20. *ExitServer: "
  21.   count 0 eq {  % is the password on the stack?
  22.     true
  23.   }{
  24.     dup    % potential password
  25.     statusdict /checkpassword get exec not
  26.   } ifelse
  27.   {  %  if no password or not valid
  28.     (WARNING : Cannot perform the exitserver command.) =
  29.     (Password supplied is not valid.) =
  30.     (Please contact the author of this software.) = flush
  31.     quit
  32.   } if
  33.   serverdict /exitserver get exec
  34. "
  35. *End
  36.  
  37. *Reset: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true
  40.   }{
  41.     dup    % potential password
  42.     statusdict /checkpassword get exec not
  43.   } ifelse
  44.   {  %  if no password or not valid
  45.     (WARNING : Cannot reset printer.) =
  46.     (Password supplied is not valid.) =
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if
  50.   serverdict /exitserver get exec
  51.   systemdict /quit get exec
  52.   (WARNING : Printer Reset Failed.) = flush
  53. "
  54. *End
  55.  
  56. *DefaultResolution: 300dpi
  57. *?Resolution: "
  58. save
  59.   initgraphics
  60.   0 0 moveto currentpoint matrix defaultmatrix transform
  61.   0 72 lineto currentpoint matrix defaultmatrix transform
  62.   3 -1 roll sub dup mul
  63.   3 1 roll exch sub dup mul
  64.   add sqrt round cvi
  65.   (          ) cvs print (dpi) = flush
  66. restore
  67. "
  68. *End
  69.  
  70. *% Halftone Information ===============
  71. *ScreenFreq: "60.0"
  72. *ScreenAngle: "45.0"
  73. *DefaultScreenProc: Dot
  74. *ScreenProc Dot: " {dup mul exch dup mul add 1.0 exch sub } "
  75. *ScreenProc Line: "{ pop }"
  76. *ScreenProc Ellipse: "
  77.  { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  78. "
  79. *End
  80.  
  81. *DefaultTransfer: Null
  82. *Transfer Null: "{ }"
  83. *Transfer Null.Inverse: "{ 1 exch sub }"
  84.  
  85. *% Paper Handling ===================
  86. *% Use these entries to set paper size most of the time, unless there is
  87. *% specific reason to use PageRegion.
  88. *OpenUI *PageSize: PickOne
  89. *OrderDependency: 30 AnySetup *PageSize
  90. *DefaultPageSize: Letter
  91. *PageSize Letter/US Letter: "letter"
  92. *PageSize Legal/US Legal: "legal"
  93. *PageSize A4: "a4"
  94. *PageSize B5: "b5"
  95. *PageSize LetterSmall/US Letter: "lettersmall"
  96. *PageSize A4Small: "a4small"
  97. *PageSize LegalSmall/US Legal: "legal"
  98. *PageSize Monarch/Monarch Envelope Edge Fed: "letter"
  99. *PageSize Com10/Com10 Envelope Edge Fed: "letter"
  100. *CloseUI: *PageSize
  101.  
  102. *% These entries will set up the frame buffer. Usually used with manual feed.
  103. *OpenUI *PageRegion: PickOne
  104. *OrderDependency: 40 AnySetup *PageRegion
  105. *DefaultPageRegion: Letter
  106. *PageRegion Letter/US Letter: "letter"
  107. *PageRegion Legal/US Legal: "legal"
  108. *PageRegion A4: "a4"
  109. *PageRegion B5: "b5"
  110. *PageRegion LetterSmall/US Letter: "lettersmall"
  111. *PageRegion A4Small: "a4small"
  112. *PageRegion LegalSmall/US Legal: "legal"
  113. *PageRegion Monarch/Monarch Envelope Edge Fed: "letter"
  114. *PageRegion Com10/Com10 Envelope Edge Fed: "letter"
  115. *CloseUI: *PageRegion
  116.  
  117. *% The following entries provide information about specific paper keywords.
  118. *DefaultImageableArea: Letter
  119. *ImageableArea Letter/US Letter: "18 8 593 784 "
  120. *ImageableArea Legal/US Legal: "65 42 547 966 "
  121. *ImageableArea A4: "18 23 577 819 "
  122. *ImageableArea B5: "3 4 497 705 "
  123. *ImageableArea LetterSmall/US Letter: "30 31 582 761 "
  124. *ImageableArea A4Small: "29 31 567 812 "
  125. *ImageableArea LegalSmall/US Legal: "64 54 548 954 "
  126. *ImageableArea Monarch/Monarch Envelope Edge Fed: "338 269 593 773 "
  127. *ImageableArea Com10/Com10 Envelope Edge Fed: "320 125 593 773 "
  128. *?ImageableArea: "
  129. save
  130.   /cvp {(                ) cvs print ( ) print } bind def
  131.   /upperright {10000 mul floor 10000 div} bind def
  132.   /lowerleft {10000 mul ceiling 10000 div} bind def
  133.   newpath clippath pathbbox
  134.   4 -2 roll exch 2 {lowerleft cvp} repeat
  135.   exch 2 {upperright cvp} repeat flush
  136. restore
  137. "
  138. *End
  139.  
  140. *% These provide the physical dimensions of the paper (by keyword)
  141. *DefaultPaperDimension: Letter
  142. *PaperDimension Letter/US Letter: "612 792"
  143. *PaperDimension Legal/US Legal: "612 1008"
  144. *PaperDimension A4: "595 842"
  145. *PaperDimension B5: "516 729"
  146. *PaperDimension LetterSmall/US Letter: "612 792"
  147. *PaperDimension A4Small: "595 842"
  148. *PaperDimension LegalSmall/US Legal: "612 1008"
  149. *PaperDimension Monarch/Monarch Envelope Edge Fed: "611 792"
  150. *PaperDimension Com10/Com10 Envelope Edge Fed: "610 792"
  151.  
  152. *RequiresPageRegion All: True
  153. *OpenUI *InputSlot: PickOne
  154. *OrderDependency: 20 AnySetup *InputSlot
  155. *DefaultInputSlot: Cassette
  156. *InputSlot Cassette: ""
  157. *CloseUI: *InputSlot
  158.  
  159. *OpenUI *ManualFeed/Manual Feed: Boolean
  160. *OrderDependency: 20 AnySetup *ManualFeed
  161. *DefaultManualFeed: False
  162. *ManualFeed True: "statusdict /manualfeed true put"
  163. *ManualFeed False: "statusdict /manualfeed false put"
  164. *?ManualFeed: "
  165. save
  166.  statusdict /manualfeed get exec {(True)}{(False)}ifelse = flush
  167. restore
  168. "
  169. *End
  170. *CloseUI: *ManualFeed
  171.  
  172. *DefaultOutputOrder: Reverse
  173.  
  174. *% Font Information =====================
  175. *DefaultFont: Courier
  176. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  177. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  178. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  179. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  180. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  181. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  182. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  183. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  184. *Font Courier: Standard "(001.001)" Standard ROM
  185. *Font Courier-Bold: Standard "(001.001)" Standard ROM
  186. *Font Courier-BoldOblique: Standard "(001.001)" Standard ROM
  187. *Font Courier-Oblique: Standard "(001.001)" Standard ROM
  188. *Font Helvetica: Standard "(001.001)" Standard ROM
  189. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  190. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  191. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  192. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  193. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  194. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  195. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  196. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  197. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  198. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  199. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  200. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  201. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  202. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  203. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  204. *Font Symbol: Special "(001.001)" Special ROM
  205. *Font Times-Bold: Standard "(001.001)" Standard ROM
  206. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  207. *Font Times-Italic: Standard "(001.001)" Standard ROM
  208. *Font Times-Roman: Standard "(001.001)" Standard ROM
  209. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  210. *Font ZapfDingbats: Special "(001.000)" Special ROM
  211. *?FontQuery: "
  212. save
  213.  /str 100 string dup 0 (fonts/) putinterval def
  214.  {
  215.    count 1 gt
  216.    {
  217.      exch dup str 6 94 getinterval cvs
  218.      (/) print print (:) print
  219.      FontDirectory exch known
  220.      {(Yes)}{(No)} ifelse =
  221.    }
  222.    {exit} ifelse
  223.  }bind loop
  224.  (*) = flush
  225. restore
  226. "
  227. *End
  228.  
  229. *?FontList: "
  230. save
  231.   FontDirectory { pop == } bind forall flush  (*) = flush
  232. restore
  233. "
  234. *End
  235.  
  236. *% Printer Messages (verbatim from printer):
  237. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  238. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  239. *Message: "\FontName\ not found, using Courier"
  240.  
  241. *% Status (format: %%[ status: <one of these> ]%% )
  242. *Status: "idle"
  243. *Status: "busy"
  244. *Status: "waiting"
  245. *Status: "printing"
  246. *Status: "warming up"
  247. *Status: "PrinterError: timeout, clearing printer"
  248. *Status: "PrinterError: warming up"
  249. *Status: "PrinterError: service call"
  250. *Status: "PrinterError: paper entry misfeed"
  251. *Status: "PrinterError: no toner cartridge"
  252. *Status: "PrinterError: no paper tray"
  253. *Status: "PrinterError: cover open"
  254. *Status: "PrinterError: resetting printer"
  255. *Status: "PrinterError: out of paper"
  256. *Status: "PrinterError: timeout"
  257. *Status: "PrinterError: manual feed timeout"
  258.  
  259. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  260. *Source: "serial9"
  261. *Source: "serial25"
  262. *Source: "AppleTalk"
  263.  
  264. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  265. *PrinterError: "timeout, clearing printer"
  266. *PrinterError: "warming up"
  267. *PrinterError: "service call"
  268. *PrinterError: "paper entry misfeed"
  269. *PrinterError: "no toner cartridge"
  270. *PrinterError: "no paper tray"
  271. *PrinterError: "cover open"
  272. *PrinterError: "resetting printer"
  273. *PrinterError: "out of paper"
  274. *PrinterError: "timeout"
  275. *PrinterError: "manual feed timeout"
  276.  
  277. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  278.  
  279. *% Color Separation Information =====================
  280.  
  281. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  282.  
  283. *InkName: ProcessBlack/Process Black
  284. *InkName: CustomColor/Custom Color
  285. *InkName: ProcessCyan/Process Cyan
  286. *InkName: ProcessMagenta/Process Magenta
  287. *InkName: ProcessYellow/Process Yellow
  288.  
  289. *% For 60 lpi / 300 dpi =====================================================
  290.  
  291. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  292. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  293. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  294. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  295. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  296.  
  297. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  298. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  299. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  300. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  301. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  302.  
  303. *% For 53 lpi / 300 dpi =====================================================
  304.  
  305. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  306. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  307. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  308. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  309. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  310.  
  311. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  312. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  313. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  314. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  315. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  316.  
  317. *% For "LaserWriter Plus" version 42.2
  318. *% Produced by "GETapd.ps" version 2.0 edit 48
  319. *% Converted to meet 4.0 specification
  320. *% Last Edit Date: Dec 21 1992
  321. *% end of PPD file for LaserWriter Plus
  322.